home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-18 | 359 b | 29 lines |
- #
- # Enviromental constants
- #
-
- # this directory must contain the Motorola i/o port declaration files
- incdir=c:\cross\56000\include
-
-
- #
- # Production rules
- #
- .asm.lnk:
- asm56000 -c -i$(incdir) $*
-
- .lnk.lod:
- lnk56000 -c -b$*.lod $**
-
-
- #
- # Dependencies
- #
- tst.lnk: tst.asm
-
- mem.lnk: mem.asm
-
- tst.lod: tst.lnk
-
- mem.lod: mem.lnk
-